@charset "utf-8";


/* body{
    background: url(../images/bg.png) no-repeat center top;
} */
.clear:after{
    content: '';
    display: block;
    clear: both;
}
a:hover{
    cursor: pointer;
    color: #26378c;
}
.container_w{
    width: 1200px;
    margin: 0 auto;
    color: #333;
}
.home-left{
    width: 790px;
}
.home-right{
    width: 380px;
}
/* title */
.home-title{
    font-size: 20px;
    border-bottom: 1px solid #ccc;
    height: 42px;
    box-sizing: border-box;
    line-height: 34px;
}
.home-title span{
    color: #26378c;
    font-weight: bold;
    border-bottom: 3px solid #26378c;
    height: 39px;
    display: inline-block;
    padding: 0 10px;
}
.home-title .more{
    float: right;
    color: #999;
    cursor: pointer;
}



/* 顶部 */
.header-top{
    background: #f1f2f6;
    height: 50px;
    line-height: 50px;
}
.header-top .link a{
    margin: 0 3px;
}
.header-top .link a:before{
    content: '';
    width: 1px;
    height: 16px;
    display: inline-block;
    vertical-align: middle;
    background: #474848;
    border-left: 1px solid #9e9fa1;
    margin-top: -3px;
    margin-right: 9px;
}
.header-top .link a:first-child:before{
    display: none;
}
.header-top .search{
    width: 300px;
    height: 35px;
    box-sizing: border-box;
    background: rgb(255, 255, 255, 0.75);
    border: 1px solid #5966a7;
    float: left;
    margin: 8px 0 0;
}
.header-top .search input{
    height: 100%;
    line-height: 33px;
    padding: 0 15px;
    width: 255px;
    box-sizing: border-box;
    float: left;
}
.header-top .search a{
    float: right;
    width: 43px;
    height: 100%;
    background: url(../images/home_search_icon.png) no-repeat center;
    background-color: #26378c;
    cursor: pointer;
}
.platform-name{
    float: left;
    /*margin-left: 30px;*/
    margin: 0 20px;
}
/* 头部 */
.header{
    height: 148px;
    box-sizing: border-box;
    position: relative;
}
.header::after{
    content: '';
    height: 5px;
    background: #1b50a0;
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
    box-sizing: border-box;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
}
.top-link{
    float: right;
    background: #1b50a0;
    color: #fff;
    line-height: 30px;
    padding: 0 10px;
    margin: 10px 0;
}
.top-link a{
    color: #fff;
    cursor: pointer;
    margin-left: 8px;
}
.logo{
    margin-top: 25px;
    position: relative;
}
.header-change{
    overflow: hidden;
    position: absolute;
    left: 108px;
    bottom: -8px;
    height: 40px;
    background: #fff;
    width: 210px;
}
.header-change ul li{
    width: 210px;
    height: 40px;
    text-align: center;
}

/* 导航 */
.nav{
    float: right;
    height: 100%;
    position: relative;
    z-index: 10;
}
.nav li{
    font-size: 16px;
    float: left;
    line-height: 50px;
    width: 90px;
    text-align: center;
    cursor: pointer;
    height: 148px;
}
.nav li>a{
    cursor: pointer;
    display: block;
    height: 100%;
    padding: 37px 0;
    box-sizing: border-box;
}
.nav li:hover > a{
    background: #5786c4;
    color: #fff;
}
.nav li.on > a{
    background: #1b50a0;
    color: #fff;
}
.nav li .icon{
    display: block;
    background: url(../images/nav_icon.png) no-repeat;
    width: 42px;
    height: 36px;
    margin: 0 auto;
}
.nav li .icon01{ background-position: 0 0; }
.nav li .icon02{ background-position: -42px 0; }
.nav li .icon03{ background-position: -84px 0; }
.nav li .icon04{ background-position: -126px 0; }
.nav li .icon05{ background-position: -168px 0; }
.nav li .icon06{ background-position: -210px 0; }
.nav li .icon07{ background-position: -252px 0; }
.nav li .icon08{ background-position: -294px 0; }
.nav li .icon09{ background-position: -336px 0; }
.nav li:hover .icon01, .nav li.on .icon01{ background-position: 0 -46px; }
.nav li:hover .icon02, .nav li.on .icon02{ background-position: -42px -46px; }
.nav li:hover .icon03, .nav li.on .icon03{ background-position: -84px -46px; }
.nav li:hover .icon04, .nav li.on .icon04{ background-position: -126px -46px; }
.nav li:hover .icon05, .nav li.on .icon05{ background-position: -168px -46px; }
.nav li:hover .icon06, .nav li.on .icon06{ background-position: -210px -46px; }
.nav li:hover .icon07, .nav li.on .icon07{ background-position: -252px -46px; }
.nav li:hover .icon08, .nav li.on .icon08{ background-position: -294px -46px; }
.nav li:hover .icon09, .nav li.on .icon09{ background-position: -336px -46px; }
.nav .sub{
    position: absolute;
    left: 0;
    width: 100%;
    background: url(../images/sub_bg.png) repeat;
    display: none;
}
.nav .sub-main{
    width: 1200px;
    margin: 0 auto;
    box-sizing: border-box;
    text-align: center;
    overflow: hidden;
}
.nav .sub a{
    color: #333;
    display: inline-block;
    line-height: 30px;
    margin: 0 15px;
    font-size: 18px;
    font-weight: bold;
}
.nav .sub a:hover{
    color: #26378c;
}
.nav li:hover .sub{
    display: block;
}


.home-label{
    background: #f7f7f7;
    height: 80px;
    margin-top: 30px;
    margin-bottom: 20px;
    text-align: center;
    box-sizing: border-box;
    padding: 0 30px;
}
.home-label h2{
    font-size: 36px;
    font-weight: bold;
    line-height: 80px;
    color: #ec141c;
    height: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.home-label h2 a{
    color: #ec141c;
    cursor: pointer;
}

/* 图片新闻 */
.tabloid{
    height: 555px;
}
/* 图片轮播 */
.changeBox_a1{width:480px;height:370px;position:relative;}
.changeDiv{position:absolute;top:0;left:0;display:none;height: 100%;}
.changeDiv img{ width:480px;height:370px;}
.changeDiv h3{position:absolute;left:0px; bottom:0; width:100%;height:40px;line-height:40px;filter:progid:DXImageTransform.Microsoft.gradient(startcolorstr=#99000000,endcolorstr=#99000000);background:rgba(0,0,0,0.3); color:#fff; overflow:hidden;}
.changeDiv h3 a{ width:78%; font-weight:normal;font-size:16px;display:block ;color:#fff; overflow:hidden;text-overflow: ellipsis;white-space: nowrap;padding-left: 10px;}
.changeDiv h3 a:hover{ color:#ff0000}
/* ul_change_a2 */
.ul_change_a2{position:absolute;right:0; bottom:15px; z-index:10; }
.ul_change_a2 li{ float:left;margin-right: 10px;}
.ul_change_a2 span{ width:10px; height:10px;border-radius: 50%;background: #fff;display: block;cursor: pointer;}
.ul_change_a2 span.on{background: #ccc;}

/* tab 切换 title */
.home-tab-title{
    overflow: hidden;
}
.home-tab-title li{
    float: left;
    font-size: 20px;
    font-weight: bold;
    line-height: 50px;
    position: relative;
    cursor: pointer;
}
.home-tab-title li.cur a{
    color: #1b50a0;
}


/* 通知公告 */
.notice-title li{
    padding: 0 20px;
}
.notice-title li:first-child{
    padding-left: 0;
}
.notice-title li:before{
    content: '';
    width: 1px;
    height: 20px;
    background: #26378c;
    position: absolute;
    left: -1px;
    top: 50%;
    margin-top: -10px;
}
.notice-title li:first-child:before{
    display: none;
}
.notice-main{
    border: 2px solid #f6f6f6;
    height: 135px;
    box-sizing: border-box;
    padding: 5px 10px;
    overflow: hidden;
    width: 480px;
}
.notice .home-list li{
    height: 30px;
    line-height: 30px;

   /* height: 38px;
    line-height: 38px;*/
    position: relative;
    padding-left: 15px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}


/* 要闻 */
.focus-news{
    width: 465px;
    background: #f7f7f7;
    height: 555px;
    box-sizing: border-box;
    padding: 20px 10px;
    margin-left: 15px;
}
.focus-title li{
    width: 165px;
    line-height: 40px;
    text-align: center;
    position: relative;
}
.focus-title li:before{
    content: '';
    width: 1px;
    height: 30px;
    background: #26378c;
    position: absolute;
    left: -1px;
    top: 50%;
    margin-top: -15px;
}
.focus-title li:first-child:before{
    display: none;
}
.focus-title li.cur {
    color: #fff;
    background: #1b50a0;
}
.focus-title li.cur:before{
    display: none;
}
.focus-title li.cur a{
    color: #fff;
}
.home-list{
    overflow: hidden;
}
.home-list li{
    height: 38px;
    line-height: 38px;
    position: relative;
    padding-left: 15px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.home-list li:before{
    content: '';
    width: 4px;
    height: 4px;
    background: #ccc;
    position: absolute;
    left: 0;
    top: 17px;
}
.home-list li i{
    float: right;
    color: #999;
    margin-left: 12px;
}
.focus-news .home-list{
    height: 456px;
    margin-top: 10px;
}
.focus-news .home-list li {
    margin-bottom: 1px;
}
.focus-news .home-list li.red a{
    color: #ec141c;
}


/* home 政协领导 */
.zx-leader{
    width: 225px;
    height: 555px;
}
.leader-title{
    text-align: center;
    line-height: 45px;
    color: #fff;
    background: #1b50a0;
    font-size: 20px;
    font-weight: bold;
}
.zx-leader h4{
    line-height: 35px;
    background: #1b50a0;
    color: #fff;
    text-align: center;
    font-weight: bold;
    margin-top: 5px;
    cursor: pointer;
}
.home-introduce{
    background: #f7f7f7;
    height: 390px;
    overflow: hidden;
}
.home-introduce .pic{
    text-align: center;
    font-size: 14px;
    margin: 10px;
}
.home-introduce .pic img{
    width: 110px;
    height: 146px;
}
.home-introduce .pic .name{
    font-size: 16px;
    color: #fe2906;
}
.home-introduce .list{
    margin: 0 4px;
}
.home-introduce .list li{
    font-size: 14px;
    overflow: hidden;
    line-height: 20px;
    margin-top: 3px;
}
.home-introduce .list li b{
    float: left;
}
.home-introduce .list li p{
    float: left;
    max-width: 144px;
    /*margin-left: 5px;*/
    font-size: 0;
}
.home-introduce .list li p a{
    color: #0459d8;
    cursor: pointer;
    display: inline-block;
    margin: 0 3px;
    font-size: 13px;
}

/* 政协书院 */
.academy{
    margin: 30px 0;
}
.academy li{
    float: left;
    width: 232px;
    height: 79px;
    margin-left: 10px;
    box-sizing: border-box;
}
.academy li:first-child{
    margin: 0;
}
.academy li img{
    width: 100%;
    height: 100%;
    cursor: pointer;
}


.group-item{
    width: 382px;
}
/* 调研考察 */
.dykcha-cont {
    margin-top: 10px;
}
.dykcha .home-list{
    height: 220px;
    margin-top: 10px;
}

/* 专委会工作 */
.zwhWork{
    margin: 0 27px;
}
.zwhWork .home-list {
    height: 220px;
    margin-top: 10px;
}

/* 委员履职 */
.wylzhi-title{
    font-size: 15px;
    overflow: hidden;
    margin: 15px 0 5px;
}
.wylzhi-title li{
    float: left;
    line-height: 25px;
    position: relative;
    cursor: pointer;
    padding: 0 8px;
    background: url(../images/2018121713520322717.jpg) no-repeat left center;
}
.wylzhi-title li:first-child{
    background-image: none;
    margin: 0;
}
.wylzhi-title li.cur{
    color: #fff;
    background: #f97200;
    margin-right: -1px;
    position: relative;
    z-index: 10;
}
.wylzhi-title li.cur a{
    color: #fff;
}
.tab-main{
    height: 185px;
    overflow: hidden;
}


/* 图片新闻 */
.pic-news{
    margin: 20px 0;
}
.picNews-list{
    margin: 0 -4px;
    margin-top: 20px;
}
.picNews-list li{
    float: left;
    width: 258px;
    height: 177px;
    position: relative;
    margin: 0 4px;
}
.picNews-list li img{
    width: 100%;
    height: 100%;
}
.picNews-list li p{
    position: absolute;
    left: 0px;
    bottom: 0;
    width: 100%;
    height: 40px;
    line-height: 40px;
    filter: progid:DXImageTransform.Microsoft.gradient(startcolorstr=#99000000,endcolorstr=#99000000);
    background: rgba(0,0,0,0.3);
    color: #fff;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    box-sizing: border-box;
    padding: 0 15px;
    cursor: pointer;
}


/* 友好交流 */
.yhjliu .home-list{
    height: 180px;
    overflow: hidden;
    margin-top: 10px;
}


/* 智慧政协平台 */
.wisdom{
    width: 380px;
    height: 169px;
    margin-top: 20px;
    cursor: pointer;
}
.wisdom img{
    width: 100%;
    height: 100%;
}
.tian-list{
    overflow: hidden;
    margin: 0 -5px;
    padding: 5px 0;
}
.tian-list li{
    float: left;
    width: 185px;
    height: 37px;
    line-height: 35px;
    color: #0d64b4;
    border: 1px solid #0d64b4;
    box-sizing: border-box;
    border-radius: 3px;
    background: #f9f9f9;
    text-align: center;
    font-size: 0;
    margin: 5px;
    cursor: pointer;
}
.tian-list li:hover{
    background: #ebebeb;
}
.tian-list li img {
    display: inline-block;
    vertical-align: middle;
}
.tian-list li b {
    display: inline-block;
    vertical-align: middle;
    font-size: 16px;
    margin-left: 18px;
}

.code-item{
 width:33%;
 box-sizing:border-box;
 text-align: center;
}
.code-item:nth-child(1){
	padding-right:5px;
}
.code-item:nth-child(2){
	padding: 0 1px 0 4px;
}
.code-item:nth-child(3){
	padding-left:5px;
}
.code-item .code-inner{
	 border:1px solid red;
	 border-radius:4px;
	 padding-bottom:10px;
}
.fw{
	margin-left: 15px;
}
.code-item p{
	padding-top:10px;
	font-size:20px;
	font-family: STKaiti;
	letter-spacing: 7px;
	font-weight: bold;
}
.code-item .pic{
    
    
}
.code-item .pic img
{
	width:100%!important;
}


.banner{
    margin: 20px auto;
}


/* 书香政协 */
.sxzxie{
    margin-top: 20px;
}
#democcs{
    white-space: nowrap;
    overflow: hidden;
    height: 160px;
    font-size: 0;
    margin: 20px 0;
}
#democcs1,#democcs2{
    display: inline-block;
    vertical-align: top;
}
#democcs a{
    margin-left: 20px;
    display: inline-block;
}
#democcs1 a:first-child{
    margin: 0 !important;
}
#democcs a img{
    width: 224px;
    height: 160px;
}

/* 友情链接 */
.home-link{
    font-size: 0;
}
.home-link a{
    display: inline-block;
    margin-left: 9px;
}
.home-link a:first-child{
    margin: 0;
}
.home-link a img{
    width: 125px;
    height: 52px;
}

.home-sel{ margin-top: 20px; }
.home-sel select{
    width: 215px;
    height: 30px;
    padding: 4px 8px;
    border: 1px solid #ccc;
    margin-left: 20px;
}
.home-sel select:first-child{
    margin: 0;
}



/* 底部 */
.footer{
    height: 110px;
    background: #26378c;
    text-align: center;
    font-size: 12px;
    color: #fff;
    line-height: 26px;
    box-sizing: border-box;
    padding: 16px 0;
    margin-top: 20px;
}
.foot{
    background: url(../images/foot_icon.png) no-repeat left center;
    width: 710px;
    margin: 0 auto;
}
.footer a{ color: #fff; }



/*滚动条*/
::-webkit-scrollbar{ /* 滚动条整体部分 */
    width: 6px;
}
::-webkit-scrollbar-thumb{ /* 滚动条里面的小方块，能向上向下移动（或向左向右移动） */
    background-color: #d7d7d7;
    border-radius: 5px;
}
::-webkit-scrollbar-button { /* 滚动条的轨道的两端按钮，由于通过点击微调小方块的位置。 */
/* display:none; */
}



/* 列表页 */
.where {
    color: #26378c;
    font-size: 16px;
    background: url(../images/where_icon.png) no-repeat 10px center;
    padding: 0 0 0 47px;
    height: 48px;
    line-height: 48px;
    border-bottom: 1px solid #f5f5f5;
    background-color: #fff;
}
.where a {
    color: #666;
    cursor: pointer;
}
.where a:hover{ color: #26378c;}
.where i {
    margin: 0 5px;
    color: #666;
}
.sub-content{
    padding: 20px 20px 0;
    overflow: hidden;
    min-height: 600px;
    background: #fff;
    width: 100%;
    box-sizing: border-box;
}
.sidebar-left{
    width:240px;
    box-sizing: border-box;
    border: 1px solid #dfdfdf;
    border-top: 0;
    background: url(../images/sidebar_left_bg.png) no-repeat center bottom;
    padding-bottom: 220px;
    min-height: 700px;
}
.sidebar-right {
    overflow: hidden;
    min-height: 700px;
    margin-left: 265px;
}
.content-navlist-nav h5{
    height: 80px;
    background: #c4010f;
    color: #fff;
    line-height: 28px;
    font-size: 22px;
    margin-bottom: 15px;
    position: relative;
    box-sizing: border-box;
    padding-top: 6px;
    padding-left: 22px;
    font-weight: normal;
}
.content-navlist-nav h5:before{
    content: '';
    background: #fff;
    height: 3px;
    position: absolute;
    top: 3px;
    left: 0;
    width: 100%;
}
.content-navlist-nav h5:after{
    content: '';
    display:inline-block;
    vertical-align: middle;
    width: 0;
    height: 100%;
}
.content-navlist-nav h5 span{
    display:inline-block;
    vertical-align: middle;
}

.content-navlist-title{
    display: block;
    color:#444;
    height:46px;
    line-height:46px;
    padding:0 20px;
    font-size: 16px;
    font-weight: normal;
    position: relative;
    overflow: hidden;
    border-top: 1px solid #dfdfdf;
    background-image: url(../images/arr.png);
    background-repeat: no-repeat;
    background-position: 92% center;
}
.content-navlist-title.on, .content-navlist-title:hover{
    background-image: url(../images/arrow.jpg);
    background-color: #3e99e8;
    color: #fff;
}
.content-navlist-title:hover{ cursor: pointer;}


.content-list-sqmy {
    height: 35px;
    line-height: 35px;
    overflow: hidden;
    border-bottom: 1px solid #ccc;
}
.content-list-sqmy h5 {
    float: left;
    font-size: 20px;
    font-weight: bold;
    color: #4051a1;
}
.conmoktab .home-list{
    height: 760px;
    margin: 20px 0;
}

/*分页样式*/
.page {
    color: #333;
    text-align: center;
    font-size: 0;
    padding: 20px 0 10px;
    border-top: 1px #e6e6e6 dashed;
}
.page span {
    font-size: 14px;
    margin: 0 0 0 10px;
	vertical-align: middle;
	*display: inline;
	*zoom:1;
}
.page i {color: #26378c;}
.page a {
    border: 1px solid #e5e5e5;
    color: #333;
    font-size: 14px;
    border-left: none;
    padding: 0 8px;
    display: inline-block;
	vertical-align: middle;
    height: 30px;
    line-height: 30px;
	*margin-left: -1px;
	*display: inline;
	*zoom:1;
}
.page .bor-none {border-left: 1px solid #e5e5e5;margin: 0 0 0 10px;}
.page a.on, .page a:hover {background: #26378c;color: #fff;}
.page input {
    width: 50px;
	text-align: center;
    font-size: 14px;
    height: 30px;
    line-height: 30px;
    padding: 0;
    margin: 0 0 0 10px;
    border: 1px solid #e5e5e5;
	vertical-align: middle;
	*display: inline;
	*zoom:1;
}
.page button {
    font-size: 14px;
    margin: 0 0 0 10px;
    background: #26378c;
    color: #fff;
    height: 32px;
    line-height: 32px;
    border: 1px solid #e5e5e5;
    border: none;
    cursor: pointer;
    padding: 0 11px;
	vertical-align: middle;
	*display: inline;
	*zoom:1;
}
.page button:hover{background:#061975;}




/* 详情页 */
.s_article {padding: 20px;min-height: 600px;background: #fff;}
.s_article h1 {font-size: 24px;color: #26378c;text-align: center;margin: 0 0 12px;}
.s_article h5 {font-size: 14px;color: #666;font-weight: normal;margin-bottom: 10px;text-align: center;padding-bottom: 15px;border-bottom: 1px solid #dadada;}
.s_article_txt {
    font-size: 16px;
    text-align: left;
    line-height: 30px;
}
.s_article_txt p{
    text-indent: 2em;
    margin: 10px 0;
}
.s_article_txt img {
    margin: 0 auto;
    max-width: 60%;
    display: block;
}
.down_bottom {margin: 30px 0px 10px;padding: 10px 0 20px;text-align: right;}
.down_bottom a {margin: 0 5px;}
.model-enclosure {border-top: 3px solid #ccc;padding: 15px 0;}
.model-enclosure h1 {font-size: 16px;color: #4b4b4b;padding: 5px 12px 5px 0;margin-bottom: 8px;text-align: left;}
.model-enclosure ul {margin: 0 10px;}
.model-enclosure li {height: 30px;line-height: 30px;}
.model-enclosure li a { color: #333;}
.model-enclosure li a:hover{color: #26378c;}



/*搜索页页面*/
.search-widy{height:55px;background: #f6f6f6;text-align: center;line-height: 55px;font-size: 0;}
.search-widy span{color:#343233;display: inline-block;vertical-align: middle;font-size: 14px;}
.column{background: url(../images/search_icon.png) no-repeat left center;padding: 0 0 0 32px;}
.inptcla{height:28px;line-height:28px;padding:0 5px;border:1px solid #e0e0e0;font-size:14px;color:#999;display: inline-block;vertical-align: middle;}
.dateinp{height:28px;line-height:28px;padding:0 5px;border:1px solid #e0e0e0;font-size:14px;color:#999;display: inline-block;vertical-align: middle;}
.sec-search{color:#7e7e80;font-size:14px;display: inline-block;vertical-align: middle;margin:0 15px;}
.sec-search .pos-rel{margin: 19px 5px 0 0;float: left;}
.selectopc{
	height:30px;
	font-size: 14px;
	color:#666;
	padding:4px 5px;
	border: 1px solid #e0e0e0;
	display: inline-block;vertical-align: middle;margin: 0 20px 0 0;
}
.inputbut{background: #f08326;padding:0 20px;font-size:16px;color:#fff;height: 30px;line-height: 30px;display: inline-block;vertical-align: middle;}
.inputbut:hover{background: #e46d08;color: #fff;}
.searchlist{height:660px;overflow: hidden;}
.searchlist ul li{height:111px;border-bottom: 1px dashed #b7b4b8;padding:10px;}
.searchlist ul li:hover{background: #f6faff;}
.searchlist ul li h4{height:36px;line-height: 36px;color: #295aa7;overflow: hidden;}
.searchlist ul li p{height:52px;line-height: 26px;font-size:16px;overflow: hidden;}
.list-botmsg{height:28px;line-height:28px;}
.list-botmsg em{font-style:normal;}
.iocntextred{color:#df3b3b;}



/* 领导信箱 */
.mailbox{
    margin-top: 20px;
}
.mailbox .item{
    margin-bottom: 15px;
    line-height: 34px;
}
.mailbox .item::after{
    content: '';
    display: block;
    clear: both;
}
.mailbox .name{
    width: 17%;
    text-align: right;
    font-size: 14px;
    color: #666;
    float: left;
    font-weight: bold;
}
.mailbox .write-box{
    width: 66%;
    float: left;
    margin: 0 5% 0 2%;
    min-height: 34px;
}
.mailbox input{
    border: 1px solid #ccc;
    width: 100%;
    height: 34px;
    line-height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    border-radius: 4px;
    box-sizing: border-box;
}
.mailbox select{
    border: 1px solid #ccc;
    border-radius: 2px;
    height: 34px;
    padding: 6px 5px;
    width: 60%;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    background: url(../images/sel_icon.png) no-repeat right center;
}
.mailbox-btn{
    padding-left: 19%;
}
.mailbox-btn button{
    padding: 6px 12px;
    color: #333;
    background-color: #fff;
    border: 1px solid #ccc;
    font-size: 14px;
    border-radius: 4px;
    cursor: pointer;
}
.mailbox-btn button:hover{
    background-color: #e6e6e6;
    border-color: #adadad;
}



/* 政协领导 */
.leader-pic-title{
    font-size: 25px;
    font-weight: bold;
    color: #015293;
    margin-bottom: 15px;
    text-align: center;
}
.leaderPic-list{
    text-align: center;
    font-size: 0;
}
.leaderPic-list li{
    display: inline-block;
    vertical-align: top;
    max-width: 25%;
    padding: 0 10px;
    box-sizing: border-box;
    margin-bottom: 30px;
}
.leaderPic-list li img{
    width: 180px;
    height: 220px;
}
.leaderPic-list li p{
    font-size: 15px;
    font-weight: bolder;
    color: #303030;
    line-height: 20px;
    padding: 5px;
    width: 190px;
}


/* 政协领导  介绍 */
.leader-art .leader-pic-title{
    text-align: left;
}
.leader-art .item{
    border-bottom: 1px dashed #d6d6d6;
    padding: 30px 0;
}
.leader-art .pic{
    border: 1px solid #ededed;
    padding: 4px;
    float: left;
    font-size: 0;
}
.leader-art .pic img{
    width: 170px;
    height: 230px;
}
.leader-art .introduce{
    margin-left: 200px;
}
.leader-art .name{
    color: #666;
    margin-bottom: 10px;
}
.leader-art .name b{
    font-size: 20px;
    color: #333;
    margin-right: 10px;
}
.leader-art .home-list{
    height: 192px;
}
.leader-art .home-list li{
    height: 32px;
    line-height: 32px;
}
.leader-art .label{
    clear: both;
    border: 1px solid #dfe4ff;
    background: #f9faff;
    padding: 12px 15px;
    margin-top: 15px;
}



/* 常委名录 */
.list-wapper .title {
    text-align: center;
    color: #3e99e8;
    font-family: '宋体';
    font-weight: bold;
    line-height: 40px;
}
.list-wapper .title h2 {
    font-size: 24px;
}
.list-wapper .title p {
    font-size: 18px;
}
.list-wapper .item-wrpper {
    margin: 10px auto;
}
.list-wapper .item-wrpper .item {
    display: inline-block;
    width: 16%;
    line-height: 1.8;
}
.list-wapper .item-wrpper .item a {
    font-size: 18px;
    color: #333;
    font-family: '宋体';
}
.table-wapper .tab_bgt {
    border-collapse: collapse;
    border-spacing: 0;
    width: 100%;
}
.table-wapper .tab_bgt th {
    background: #0078d3;
    color: #fff;
    font-size: 18px;
    line-height: 45px;
    text-align: center;
    font-weight: bold;
    height: 45px;
    font-family: '宋体';
}
.table-wapper .tab_bgt td, .table-wapper .tab_bgt li {
    font-family: '宋体';
    color: #454545;
    font-size: 18px;
    line-height: 40px !important;
}
.table-wapper .tab_bgt ul {
    margin-left: 20px;
}
.table-wapper .tab_bgt li {
    display: inline-block;
    width: 18%;
    line-height: 40px;
    color: #454545;
    font-size: 18px !important;
    font-family: '宋体' !important;
}
.table-wapper .tab_bgt .bgt_wi {
    width: 20%;
}
.table-wapper .tab_bgt .tab_l {
    text-align: center;
    line-height: 100px;
    border-right: 1px solid #e8e8e8;
}
.table-wapper .bgt_table_t {
    font-weight: bold;
    background: url(../images/tips.png) no-repeat left center;
    border-bottom: 3px solid #e8e8e8;
    padding-left: 20px;
    padding-bottom: 5px;
    margin: 10px 0;
    font-size: 16px;
    color: #333;
}
.table-wapper .line {
    height: 13px;
    background: url(../images/line.png) repeat-x;
    margin: 10px 0;
}
.table-wapper .tab_cs td {
    border: 1px solid #e8e8e8;
    line-height: 30px;
    text-align: center;
}
.list-info .title {
    text-align: center;
    color: #3e99e8;
    font-family: '宋体';
    font-weight: bold;
    line-height: 40px;
}
.list-info .title h2 {
    font-size: 24px;
}
.list-info .title p {
    font-size: 18px;
}
.list-info .item-wapper {
    margin: 10px auto;
}
.list-info .item-wapper .item {
    width: 32.5%;
    display: inline-block;
}
.list-info .item-wapper .item a {
    font-size: 20px;
    font-family: '宋体';
    line-height: 1.8;
    color: #000;
}
.list-info .item-wapper .item a:hover {
    color: red;
}
.item-info-list .tit {
    color: #0078d3;
    padding: 10px;
    font-size: 18px!important;
    font-family: '宋体'!important;
    border-bottom: 3px solid #e8e8e8;
}
.item-info-list .item-text {
    display: inline-block;
    width: 18%;
    line-height: 2;
}
.item-info-list .item-text a {
    font-size: 18px!important;
    color: #333;
    font-family: '宋体'!important;
}



/* 提案委员会组成人员 */
.members-left{
    width: 240px;
    font-family: "宋体";
    min-height: 700px;
}
.members-left .content-navlist-nav{
    border: 1px solid #FDD2D5;
    border-top: 0;
}
.members-left .content-navlist-nav h5{
    margin: 0;
}
.members{
    color: #3a3a3a;
    padding: 0 10px;
    background: #fff7f7;
}
.members .level{
    font-size: 16px;
    font-weight: bold;
    height: 30px;
    line-height: 30px;
    width: 100%;
    clear: both;
    text-indent: 14px;
    border-top: 1px dashed #b8b8b8;
    position: relative;
    padding-top: 10px;
}
.members .level:first-child{
    border: 0;
}
.members .level:before{
    content: '';
    width: 8px;
    height: 8px;
    background: #bf0600;
    border-radius: 2px;
    position: absolute;
    left: 0;
    top: 50%;
}
.members-list{
    overflow: hidden;
    padding-bottom: 10px;
}
.members-list li{
    float: left;
    height: 30px;
    line-height: 30px;
    font-size: 12px;
    width: 33.333%;
}
.members-file{
    margin-top: 10px;
}
.members-file .title{
    height: 36px;
    color: #F60;
    font-size: 14px;
    line-height: 36px;
    text-indent: 4px;
    font-weight: bold;
    border-bottom: 2px solid #F60;
}
.members-file p{
    font-size: 14px;
    padding-top: 10px;
    line-height: 25px;
}